home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sources.misc
- X-UNIX-From: dvadura@watdragon.waterloo.edu
- subject: v15i093: dmake version 3.6 patch 1 (part 04/5)
- from: Dennis Vadura <dvadura@watdragon.waterloo.edu>
- Sender: allbery@uunet.UU.NET (Brandon S. Allbery - comp.sources.misc)
-
- Posting-number: Volume 15, Issue 93
- Submitted-by: Dennis Vadura <dvadura@watdragon.waterloo.edu>
- Archive-name: dmake-3.6/part26
-
- #!/bin/sh
- # this is part 4 of a multipart archive
- # do not concatenate these parts, unpack them in order with /bin/sh
- # file dm36.p1 continued
- #
- CurArch=4
- if test ! -r s2_seq_.tmp
- then echo "Please unpack part 1 first!"
- exit 1; fi
- ( read Scheck
- if test "$Scheck" != $CurArch
- then echo "Please unpack part $Scheck next!"
- exit 1;
- else exit 0; fi
- ) < s2_seq_.tmp || exit 1
- sed 's/^X//' << 'SHAR_EOF' >> dm36.p1
- XX***************
- XX*** 34,39 ****
- XX--- 34,46 ----
- XX *
- XX */
- XX
- XX+ #if defined (_MSC_VER)
- XX+ # if _MSC_VER < 500
- XX+ Force a compile-time blowup.
- XX+ Do not define define _MSC_VER for MSC compilers ealier than 5.0.
- XX+ # endif
- XX+ #endif
- XX+
- XX /* define this for configurations that don't have the coreleft function
- XX * so that the code compiles. To my knowledge coreleft exists only on
- XX * Turbo C, but it is needed here since the function is used in many debug
- XX***************
- XX*** 48,57 ****
- XX # define SIGTERM SIGINT
- XX #endif
- XX
- XX! /* Fixes unimplemented line buffering for MSC
- XX * MSC _IOLBF is the same as _IOFBF
- XX- * This redefinition causes the following warning, but ignore it
- XX- * c:/usr/include/stdio.h(129) : warning C4005: '_IOLBF' : macro redefinition
- XX */
- XX #if defined(MSDOS) && defined (_MSC_VER)
- XX # undef _IOLBF
- XX--- 55,62 ----
- XX # define SIGTERM SIGINT
- XX #endif
- XX
- XX! /* Fixes unimplemented line buffering for MSC 5.x and 6.0.
- XX * MSC _IOLBF is the same as _IOFBF
- XX */
- XX #if defined(MSDOS) && defined (_MSC_VER)
- XX # undef _IOLBF
- XX***************
- XX*** 59,65 ****
- XX #endif
- XX
- XX /* in alloc.h: size_t is redefined
- XX! * defined in stdio.h which is included alloc.h
- XX */
- XX #if defined(MSDOS) && defined (_MSC_VER)
- XX # define _TYPES_
- XX--- 64,70 ----
- XX #endif
- XX
- XX /* in alloc.h: size_t is redefined
- XX! * defined in stdio.h which is included by alloc.h
- XX */
- XX #if defined(MSDOS) && defined (_MSC_VER)
- XX # define _TYPES_
- XX*** /u2/dvadura/src/generic/dmake/src-patchlvl1/msdos/exec.h Sat Oct 6 12:05:40 1990
- XX--- msdos/exec.h Sun Oct 28 23:16:16 1990
- XX***************
- XX*** 9,16 ****
- XX #endif
- XX #endif
- XX
- XX! extern int exec ANSI((int, char far *, char far *, unsign